home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-05-09 | 1.2 KB | 32 lines | [TEXT/KAHL] |
- // parm.h process parameters of wildcard AppleScript extension
- //
- // 93/11/17 File created
- // 94/01/24 *** released Wild 1.0.0 ***
- // 94/05/09 Totally removed the licensing mechanism and added the GNU comments
- //
- //--------------------------------------------------------------------------------------------------
- // Copyright © 1993, 1994 by Rainbow Hill Pty Ltd.
- //
- // This program is free software; you can redistribute it and/or modify it under the terms of
- // the GNU General Public License as published by the Free Software Foundation; either version 2
- // of the License, or any later version.
- //
- // This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
- // without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- // See the GNU General Public License for more details.
- //
- // You should have received a copy of the GNU General Public License along with this program;
- // if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- //
- #pragma once
-
- #include <Errors.h>
- #include <AppleEvents.h>
- #include "wild.h"
-
- extern OSErr parm_get(
- AppleEvent *, // --> AE to process
- wild_parm_t *, // <-- parms
- char * // <-- error message
- );
-